Make the housekeeping schema and move AGGRESSION_EVENT_LOG into it
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Sat, 18 Jul 2026 16:08:20 +0000 (16:08 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Mon, 20 Jul 2026 18:17:56 +0000 (18:17 +0000)
commit5111f6996897dd43826bfea16a4f8380cadaacf3
treea9542db84d970a4f8fbbd9f5628bffabbee0c335
parent722648f37b3fd303da942900ae1e01ae442d681b
Make the housekeeping schema and move AGGRESSION_EVENT_LOG into it
16 files changed:
db/schemas/Makefile
db/schemas/createschemas.m4
db/schemas/dropschemas.m4
db/schemas/housekeeping/indexes/Makefile [new file with mode: 0644]
db/schemas/housekeeping/indexes/create/aggression_event_log.m4 [new file with mode: 0644]
db/schemas/housekeeping/indexes/drop/aggression_event_log.m4 [new file with mode: 0644]
db/schemas/housekeeping/tables/Makefile [new file with mode: 0644]
db/schemas/housekeeping/tables/create/aggression_event_log.m4 [new file with mode: 0644]
db/schemas/sokwedb/indexes/Makefile
db/schemas/sokwedb/indexes/create/aggression_event_log.m4 [deleted file]
db/schemas/sokwedb/indexes/drop/aggression_event_log.m4 [deleted file]
db/schemas/sokwedb/tables/Makefile
db/schemas/sokwedb/tables/create/aggression_event_log.m4 [deleted file]
doc/src/architecture/schemas.m4
doc/src/housekeeping.m4
make_files/make_cluster.mk